SUPPORT / SAMPLES & SAS NOTES
 

Support

Installation Note 44574: The manualLoadContent script produces errors when you deploy the middle tier under UNIX and you deploy SAS Web applications manually

DetailsAboutRate It

If you perform a middle-tier deployment in UNIX operating environments and you deploy the SAS Web applications manually, the manualLoadContent-order-number.sh script that is generated by the SAS® Deployment Wizard contains syntax errors. When you run the script, you receive a series of messages similar to the following:

   ./manualLoadContent-99DCYZ.sh: line 39: loadContent: command not found

    manualLoadContent-039993.shBU: line 90: unexpected EOF while looking for
matching '"'

The script consists of a series of essentially identical sections. Each section ends with a long command line similar to this example:

/app/sas92/config/Lev1/Utilities/launchconfigtarget.sh -f "$TWELVEBYTECONFIGFILE" -Dwebapp.auto_deploy="true" -Doma.person.admin.login.userid="$OMAADMIN" -Doma.person.admin.login.passwd="$OMAAPW" -Dmetadata.connection.userid="$OMAADMIN" -Dmetadata.connection.passwd="$OMAAPW" -Doma.person.trustusr.login.userid="$OMATRUSTED" -Doma.person.trustusr.login.passwd="$OMATRUSTEDPWquot; $TARGET

The syntax error occurs at the end of the command. The text string quot; should be a double quotation mark ("), so that the end of the command looks like the following example:

. . .other commands. . . -Doma.person.trustusr.login.passwd="$OMATRUSTEDPW" $TARGET

To correct this problem, edit the script and change each occurrence of quot; to a double quotation character (") and rerun the script.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Deployment Wizard64-bit Enabled AIX9.219.39.2 TS2M29.3 TS1M0
64-bit Enabled HP-UX9.219.39.2 TS2M29.3 TS1M0
64-bit Enabled Solaris9.219.39.2 TS2M29.3 TS1M0
HP-UX IPF9.219.39.2 TS2M29.3 TS1M0
Linux9.219.39.2 TS2M29.3 TS1M0
Linux for x649.219.39.2 TS2M29.3 TS1M0
OpenVMS on HP Integrity9.219.39.2 TS2M29.3 TS1M0
Solaris for x649.219.39.2 TS2M29.3 TS1M0
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.